| Data | R | Metabolomika |
|---|---|---|
| 17.09 | Trzy poziomy R. Konfiguracja Ćrodowiska. | peakPantheR |
| 24.09 | ZarzÄ dzanie kodem w R. | peakPantheR |
| 01.10 | Pakiety w R. | xcms (version >= 3) |
| 08.10 | Wczytywanie i manipulowanie danymi | xcms (version >= 3) |
| 15.10 | Gramatyka grafiki. | xcms (version >= 3) |
| 22.10 | Zaawansowane wizualizacje danych. | Heatmapy jak w XCMS Plus |
| 29.10 | Zaawansowane wizualizacje danych. | |
| 05.11 | Zaawansowane wizualizacje danych. |
PracowaÄ w R moĆŒemy na trzy rĂłĆŒne sposoby.
Source
Run App
https://www.rstudio.com/products/rstudio/download/
\[\\[0.1in]\]
install.packages("data.table")
remove.packages("data.table")
\[\\[0.1in]\]
library(data.table)
detach("package:data.table", unload = TRUE)
(..) automated, scalable and high-throughput targeted annotation and integration software that is suited to the extraction of hundreds of features in large LCâMS profiling experiments.
install.packages("BiocManager")
BiocManager::install("phenomecentre/peakPantheR")
library(peakPantheR)install.packages("BiocManager")
BiocManager::install("peakPantheR")
library(peakPantheR)
peakPantheR_start_GUI(browser = TRUE)